func golang.org/x/net/trace.round

4 uses

	golang.org/x/net/trace (current package)
		histogram.go#L130: 	percentOfTotal := round(float64(total) * percentile)
		histogram.go#L150: 			return min + round(float64(max-min)/2)
		histogram.go#L158: 			return bucketMin + round(percentBucket*float64(bucketSize))
		histogram.go#L240: func round(in float64) int64 {